home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tclX-6.4 / help / intro / comments < prev    next >
Encoding:
Text File  |  1992-12-17  |  604 b   |  11 lines

  1.      COMMENTS
  2.           If the first non-blank character in a  command  is  #,  then
  3.           everything  from the # up through the next newline character
  4.           is treated as a comment  and  ignored.   When  comments  are
  5.           embedded  inside  nested  commands  (e.g. fields enclosed in
  6.           braces) they must  have  properly-matched  braces  (this  is
  7.           necessary  because  when Tcl parses the top-level command it
  8.           doesn't yet know that the nested field will  be  used  as  a
  9.           command so it cannot process the nested comment character as
  10.           a comment).
  11.